* floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 17 Jul 2012 02:56:00 +0000 (19:56 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 17 Jul 2012 02:56:00 +0000 (19:56 -0700)
commit8e0e7a92f5ae99ce2461fc0f0b606d4cec3efb81
tree3cac75d4752b42429d3947f5a7bcc220716174e0
parent6be845fcb7cc88a6ef6ad72d3f5c9ea4be1fe08e
* floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT.

Unlike the other wrapped functions, fabs has an unspecified
effect on errno.
src/ChangeLog
src/floatfns.c